projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc9827
)
(Man-heading-regexp): Add `/'.
author
Juri Linkov
<juri@jurta.org>
Tue, 17 Jan 2006 00:51:53 +0000
(
00:51
+0000)
committer
Juri Linkov
<juri@jurta.org>
Tue, 17 Jan 2006 00:51:53 +0000
(
00:51
+0000)
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index fd3f98e0dcb8767ea340ff11766d28ee1d8285e9..acd3decdc61ac590e4f144627d540949799a88c2 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-274,7
+274,7
@@
the associated section number."
"(\\(" Man-section-regexp "\\))\\).*\\1"))
"Regular expression describing the heading of a page.")
-(defvar Man-heading-regexp "^\\([A-Z][A-Z -]+\\)$"
+(defvar Man-heading-regexp "^\\([A-Z][A-Z
/
-]+\\)$"
"Regular expression describing a manpage heading entry.")
(defvar Man-see-also-regexp "SEE ALSO"